Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OwnedKeyedCollection<TKey,TItem> Class
Properties Methods

In This Topic
    OwnedKeyedCollection<TKey,TItem> Class Members
    In This Topic

    The following tables list the members exposed by OwnedKeyedCollection<TKey,TItem>.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the collection was changed. (Inherited from GrapeCity.Documents.Common.OwnedCollectionBase<TItem>)
    Public Property (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public Property (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public PropertyGets a collection owner. (Inherited from GrapeCity.Documents.Common.OwnedCollectionBase<TItem>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public MethodOverloaded. Adds all items from items to this collection. (Inherited from GrapeCity.Documents.Common.OwnedCollectionBase<TItem>)
    Public MethodThrows an exception if collection already contains item with specified key.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public MethodReturns the 0-based index of a TItem with specified key in the current OwnedKeyedCollection<TKey,TItem>.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public MethodOverloaded.  (Inherited from GrapeCity.Documents.Common.OwnedCollectionBase<TItem>)
    Public MethodGet an item with specified key.  
    Top
    See Also